home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 64 / MF_UK_64_1.iso / mac / Shareware Plus / Sound / bol-processor-280-data / BP2 examples / CARNATIC / -gr.vina2 < prev    next >
Encoding:
Text File  |  1997-11-17  |  1.3 KB  |  49 lines  |  [BP05/Bel0]

  1. // Bol Processor version BP2.7.3
  2. // Grammar file saved as '-gr.vina2'. Date: Lun 17 Nov 1997 -- 20:45
  3. -se.Vina
  4. -cs.Vina
  5.  
  6. // This is the first cycle of the famous Gitam "Sri Gananaada" in raga "Malahari"
  7.  
  8. RND
  9. gram#1[1] <0> S --> Sri Ga Na Naa Da
  10. gram#1[2] S --> {sa4 _ _,_pitchcont _pitchrange(500) _pitchbend(0) -  _pitchbend(500)} 
  11.  
  12. gram#1[3] Sri --> {2, StartSlide StartPull sa3 _ Pull0 Slide0 _ Pull2 Slide5 _ Pull0 _ Pull2 _ Pull0 ¬
  13. Slide5 _ Slide7 _ _ _ _ _ StopSlide StopPull}
  14.  
  15. gram#1[4] Ga --> {1, LightGamaka pa3}
  16.  
  17. gram#1[5] Na --> {1, sa4}
  18.  
  19. gram#1[6] Naa --> {1, Spurita ni3}
  20.  
  21. gram#1[7] Da --> {1, LightGamaka sa4}
  22.  
  23. -----------------
  24. SUB1
  25.  
  26. // Middle level structures
  27.  
  28. gram#2[1] LightGamaka ?1 --> StartPull ?1 _ _ Pull0 _ Pull1 _ Pull0 _ _ _ Pull1 StopPull
  29. gram#2[2] Spurita    ?1 --> StartSlide ?1 Slide1 _ _ _ _ _ _ _ Slide1 StopSlide
  30.  
  31. -----------------
  32. SUB1
  33.  
  34. // Lowest level structures
  35.  
  36. gram#3[1] Pull0 --> _pitchbend(0)
  37. gram#3[2] Pull1 --> _pitchbend(100)
  38. gram#3[3] Pull2 --> _pitchbend(200)
  39.  
  40. gram#3[4] Slide0 --> _value(slide, 0)
  41. gram#3[5] Slide1 --> _value(slide, 101)
  42. gram#3[6] Slide5 --> _value(slide, 501)
  43. gram#3[7] Slide7 --> _value(slide, 701)
  44.  
  45. gram#3[8] StartSlide --> _cont(slide) _value(slide, 0)
  46. gram#3[9] StopSlide --> _fixed(slide)
  47. gram#3[10] StartPull --> _pitchcont _pitchrange(500) _pitchbend(0)
  48. gram#3[11] StopPull --> _pitchfixed
  49.